home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / zangband.lha / Zangband261 / pref / font.prf < prev    next >
Encoding:
Text File  |  2001-07-01  |  1.3 KB  |  94 lines

  1. # CVS: Last edit by $Author: rr9 $ on $Date: 2001/05/23 11:30:34 $
  2. # File: font.prf
  3.  
  4. #
  5. # This file defines special attr/char mappings for use in "text" mode
  6. #
  7. # This file includes, if appropriate, various "sub-files"
  8. #
  9. # See "lib/help/command.txt" and "src/files.c" for more information.
  10. #
  11.  
  12.  
  13. ## #
  14. ## # OPTION: Display "veins" (white "%") as "normal walls" (white "#").
  15. ## #
  16. ## F:50:0x01/0x23
  17. ## F:51:0x01/0x23
  18. ## F:52:0x01/0x23
  19. ## F:53:0x01/0x23
  20.  
  21.  
  22. ##### Standard font file #####
  23.  
  24. %:font-xxx.prf
  25.  
  26. ##### We want to make vanilla town look vanilla-like as possible #####
  27.  
  28. # Vanilla town mode? */
  29. ?:[EQU $TOWN VANILLA]
  30.  
  31. # General Store
  32. T:34:0x0F:0x31
  33.  
  34. # Armoury
  35. T:35:0x02/0x32
  36.  
  37. # Weapon Smiths
  38. T:36:0x01:0x33
  39.  
  40. # Temple
  41. T:37:0x05:0x34
  42.  
  43. # Alchemy Shop
  44. T:38:0x06:0x35
  45.  
  46. # Magic Shop
  47. T:39:0x04:0x36
  48.  
  49. # Black Market
  50. T:40:0x08:0x37
  51.  
  52. # Home
  53. T:41:0x0B:0x38
  54.  
  55. # Bookstore
  56. T:42:0x03:0x39
  57.  
  58. ?:1
  59.  
  60. ##### System Specific Subfiles #####
  61.  
  62. ?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS xpj] [EQU $SYS gtk]]
  63. %:font-x11.prf
  64.  
  65. ?:[EQU $SYS gcu]
  66. %:font-gcu.prf
  67.  
  68. ?:[EQU $SYS ami]
  69. %:font-ami.prf
  70.  
  71. ?:[EQU $SYS mac]
  72. %:font-mac.prf
  73.  
  74. ?:[EQU $SYS win]
  75. %:font-win.prf
  76.  
  77. ?:[EQU $SYS dos]
  78. %:font-dos.prf
  79.  
  80. ?:[EQU $SYS ibm]
  81. %:font-ibm.prf
  82.  
  83. ?:[EQU $SYS emx]
  84. %:font-emx.prf
  85.  
  86. ?:[EQU $SYS acn]
  87. %:font-acn.prf
  88.  
  89. ?:[EQU $MONOCHROME ON]
  90. %:font-mon.prf
  91.  
  92. ?:1
  93.  
  94.